PDFPathItem Class Members
In This Topic
The following tables list the members exposed by PDFPathItem.
Public Constructors
Public Methods
| | Name | Description |
 | getPoints | Gets the item points. The number of points in the array depends on the item type. MoveTo and LineTo types have a single point, CCurveTo has 3 points, VCurveTo and YVCurveTo have 2 points and the CloseSubpath has no points (the array is null). |
 | getType | Gets the type of the path item. |
 | setPoints | This method supports the internal library infrastructure and should not be used by external client code. |
 | toString | Returns a string that represents the current Object. |
Top
See Also